payment stack は、最長どれくらいスタックしてしまう?
payment stack は、最長どれくらいスタックしてしまう?
update_add_htlc が成功したら、送金を取りやめることはできない
botl11 invoice には min_final_cltv_expiry_delta が指定される
これは、最後の HTLC が要求する delta の最小値
Default is 18 if not specified.
18*10/60=3h
max_htlc_cltv が定義されている
if the cltv_expiry is more than max_htlc_cltv in the future
の場合エラーになる
つまり、2016 block ~= 2 week が timeout の最大値
各実装の delta のデフォルト値
LND
80
CLN
18
eclair